home *** CD-ROM | disk | FTP | other *** search
- Path: chip.ucdavis.edu!not-for-mail
- From: ez040297@chip.ucdavis.edu (Adam Spragg)
- Newsgroups: comp.lang.c
- Subject: Re: microsecond delay
- Date: 29 Mar 1996 03:53:17 GMT
- Organization: University of California, Davis
- Message-ID: <4jfmrd$sec@mark.ucdavis.edu>
- References: <14546@828046609>
- NNTP-Posting-Host: chip.ucdavis.edu
- X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
-
- dan j (djacobso@cs.indiana.edu) wrote:
- : Is there any way effect delays in miliseconds without resorting to
- : loops?
-
- Depending on the compiler, there may be a delay(int milliseconds)
- function... at least, there is one for Borland C++ 3.1... Unfortunatly,
- I don't have it here to see how it's done... I'm sure you could just
- find the cos of something a few times... but you didn't want to do
- that... hrm...
-
-
- --
- Adam Spragg
- atspragg@ucdavis.edu
- Got some time? Why not visit <http://wwwcsif.cs.ucdavis.edu/~spragg>?
-